Date Object (JScript 5.6)

Enables basic storage and retrieval of dates and times.

dateObj = new Date()
dateObj = new Date(dateVal)
dateObj = new Date(year, month, date[, hours[, minutes[, seconds[,ms]]]]) 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageProperties

Expand imageMethods

Expand imageRequirements

Expand imageSee Also